body, ul, ol, dl, dd, h1, h2, h3, h4, h5, h6, figure, form, fieldset, legend, input, textarea, button, p, blockquote, th, td, pre, xmp {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

ul, li {
  list-style: none;
}

html {
  overflow-x: hidden;
  height: 100%;
  font-size: 14px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Microsoft Yahei", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #333;
  background: url(../images/bg.jpg) 0 0 repeat;
  font-size: 14px;
  line-height: 1;
  -webkit-text-size-adjust: none;
}

a {
  color: #009688;
}

.mt10 {
  margin-top: 10px;
}

/*header*/
.wt_top {
  width: 100%;
  height: 32px;
  background: #f5f5f5;
  line-height: 32px;
  border-bottom: 1px solid #e0e0e0;
}

.header {
  width: 100%;
  background: #00796a;
  overflow: hidden;
}

.header .logo {
  margin-right: 50px;
}

.header .logo img {
  width: 100%;
}

.header .slogan {
  display: none;
}

/*nav*/
.bs-docs-nav {
  margin-bottom: 0;
  background: #fff;
  border-bottom: 0;
}

.bs-home-nav .bs-nav-b {
  display: none;
}

.bs-docs-nav .navbar-brand,
.bs-docs-nav .navbar-nav a:hover {
  /*background: #afc5c2;*/
}

.bs-docs-nav .navbar-nav > li > a {
  font-weight: 500;
  color: #333;
}

.bs-docs-nav .navbar-nav > .active > a,
.bs-docs-nav .navbar-nav > .active > a:hover {
  color: #333;
  font-weight: bold;
  background-color: #FFB800;
}

.bs-docs-nav .navbar-toggle .icon-bar {
  background-color: #01544a;
}

.bs-docs-nav .navbar-header .navbar-toggle {
  border-color: #fff;
}

.bs-docs-nav .navbar-header .navbar-toggle:hover,
.bs-docs-nav .navbar-header .navbar-toggle:focus {
  background-color: #fff;
  border-color: #fff;
}

.navbar {
  min-height: 0;
}

.navbar {
  background: #fff;
}

.navbar-toggle {
  margin-top: -40px;
}

/*swiper*/
.swiper-container {
  width: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
}

.swiper-slide img {
  width: 100%;
}

.swiper-container-cube .swiper-cube-shadow {
  background: transparent;
}

/*footer*/
footer {
  padding: 15px 0;
  background: #f5f5f5;
  color: #888;
  border-top: 2px solid #e0e0e0;
  text-align: left;
  font-size: 14px;
  line-height: 1.8;
}

footer .footercopy {
  text-align: left;
  line-height: 2;
}

footer .footercode {
  text-align: center;
  margin-top: 20px;
}

footer .footercode img {
  width: 100px;
  height: 100px;
}

/*panel*/
.el-panel {
  margin-bottom: 15px;
  background-color: #fff;
}

.el-panel-hd {
  position: relative;
  height: 36px;
  border-bottom: 2px solid #e0e0e0;
  background: #f6f6f6;
  color: #333;
  font-size: 14px;
}

.el-panel-hd h3 {
  height: 16px;
  margin: 10px 0 10px 10px;
  border-left: 3px solid #01544a;
  line-height: 16px;
  font-size: 16px;
  padding: 0 0 0 10px;
  float: left;
}

.el-panel-hd .more {
  position: absolute;
  top: 10px;
  right: 10px;
}

.el-panel-bd {
  position: relative;
  padding: 10px;
  border: 1px solid #eee;
}

.el-panel-ft {
  position: relative;
  padding: 10px 15px;
}

/*home*/
.inews {
  margin-left: -15px;
  margin-right: -15px;
}

.inews .topnews {
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 15px;
  margin-top: 19px;
  border-bottom: 1px dashed #ddd;
}

.inews .topnews .toppic {
  width: 150px;
  height: 100px;
}

.inews .topnews .toppic img {
  width: 150px;
  height: 100px;
}

.inews .topnews .toptext {
  position: absolute;
  top: 0;
  left: 160px;
}

.inews .topnews .toptext h4 {
  width: 100%;
  height: 24px;
  line-height: 24px;
  font-size: 16px;
  overflow: hidden;
}

.inews .topnews .toptext h4 a {
  color: #01544a;
}

.inews .topnews .toptext .newsinfo {
  width: 100%;
  margin-top: 6px;
  height: 70px;
  line-height: 23px;
  font-size: 14px;
  overflow: hidden;
  color: #999;
}

.inews ul.inews-list li {
  height: 31px;
  line-height: 31px;
  overflow: hidden;
}

.inews ul.inews-list li a {
  color: #444;
  font-size: 14px;
}

.inews ul.inews-list li span.date {
  display: none;
  float: right;
  font-size: 12px;
  color: #999;
}

.iproject-list {
  overflow: hidden;
}

.iproject-list li {
  width: 48%;
  float: left;
  margin: 0 1%;
  position: relative;
  margin-bottom: 10px;
}

.iproject-list li .item-pic img {
  width: 100%;
}

.iproject-list li .item-title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 30px;
  background: rgba(255, 255, 255, 0.7);
  line-height: 30px;
  text-align: center;
  overflow: hidden;
}

.iproject-list li .item-title h4 {
  height: 30px;
  line-height: 30px;
  font-size: 14px;
}

.iproject-list li .item-title a {
  color: #333;
}

.iproject-list li:nth-child(3) {
  margin-bottom: 0;
}

.iproject-list li:last-child {
  margin-bottom: 0;
}

.abouttext {
  text-indent: 2em;
  line-height: 24px;
  overflow: hidden;
}

.aboutmore {
  text-align: right;
  line-height: 24px;
  color: #c00;
}

.jingyingtext {
  line-height: 24px;
  overflow: hidden;
}

.jingyingtext h2 {
  height: 40px;
  line-height: 40px;
  color: #01544a;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.jingyingtext img {
  width: 100%;
}

/*container*/
.imain {
  padding: 10px;
}

.cmain {
  padding: 20px 10px;
}

.cnav {
  padding: 10px;
  border: 1px solid #eee;
  background: #fff;
  border-top: 3px solid #01544a;
  margin-bottom: 15px;
}

.cnav .pagetit {
  width: 100%;
  height: 40px;
  line-height: 30px;
  font-size: 18px;
}

.cnav .pagetit span.en {
  padding-left: 10px;
  font-size: 14px;
  color: #01544a;
  font-style: italic;
}

.cnav ul {
  overflow: hidden;
  width: 100%;
}

.cnav ul li {
  width: auto;
}

.cnav ul li a {
  display: inline-block;
  float: left;
  margin: 0 5px 4px 0;
  border: 1px solid #eee;
  padding: 6px 8px;
  line-height: 20px;
  color: #444;
}

.cnav ul li a:hover {
  color: #01544a;
  text-decoration: none;
}

.cnav ul li a.current {
  border: 1px solid #666;
  background: #666;
  color: #fff;
}

.cnav ul li a.current:hover {
  color: #fff;
}

.cpage {
  margin-left: -15px;
  margin-right: -15px;
}

.mlzizhi {
  margin-top: 10px;
  display: block;
  width: 100%;
  padding: 5px;
  height: 50px;
  line-height: 40px;
  text-indent: 10px;
  color: #444;
  border: 1px solid #eee;
}

/*conpage*/
.cpage h1.newstit {
  width: 100%;
  padding-bottom: 20px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
}

.cpage .newsinfo {
  width: 100%;
  margin-bottom: 10px;
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
  background: #f5f5f5;
  font-size: 12px;
  color: #999;
}

.content {
  font-size: 14px;
  line-height: 2;
  color: #555;
}

.content img {
  max-width: 100%;
  margin: 10px auto;
}

/*list*/
.newslist {
  position: relative;
  overflow: hidden;
}

.newslist ul {
  float: left;
  width: 100%;
  padding-bottom: 25px;
}

.newslist ul li {
  float: left;
  width: 100%;
  padding: 14px 0;
  border-bottom: 1px solid #dddddd;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}

.newslist ul li .left_84 {
  float: left;
  width: 64px;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}

.newslist ul li .left_84 .t_84 {
  float: left;
  width: 100%;
  height: 30px;
  line-height: 30px;
  background: #f7f7f7;
  color: #888888;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}

.newslist ul li .left_84 .d_date {
  float: left;
  width: 100%;
  color: #888;
  height: 50px;
  line-height: 50px;
  background: #f7f7f7;
  text-align: center;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 3px;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}

.newslist ul li .z_text_3 {
  margin-left: 80px;
}

.newslist ul li .z_text_3 .z_tit_2 {
  font-size: 16px;
  color: #333;
}

.newslist ul li .z_text_3 .z_tit_2 a {
  display: block;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.newslist ul li .z_text_3 .text_3_b {
  width: 100%;
  float: left;
  overflow: hidden;
  margin: 11px 0 0 0;
  height: 48px;
  line-height: 24px;
  font-size: 14px;
  color: #777;
  text-align: justify;
}

.newslist ul li .z_text_3 .l_fb {
  float: left;
  margin-top: 5px;
  line-height: 28px;
  font-size: 12px;
  color: #aaaaaa;
}

.newslist ul li .z_text_3 .l_fb img {
  vertical-align: middle;
  margin-top: -3px;
}

.newslist ul li:hover {
  background: #f7f7f7;
}

.newslist ul li:hover .left_84 {
  margin-left: 10px;
}

.newslist ul li:hover .left_84 .t_84 {
  background: #fff;
}

.newslist ul li:hover .left_84 .d_date {
  background: #fff;
}

.newspiclist ul, .newspiclist li {
  list-style: none;
}

.newspiclist ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.newspic-item {
  position: relative;
  padding: 15px 0 15px 130px;
  min-height: 80px;
  border-bottom: 1px dashed #eee;
}

.newspic-item .newspic-item-thumb {
  position: absolute;
  left: 0;
  top: 15px;
  width: 120px;
  height: 80px;
}

.newspic-item .newspic-item-thumb img {
  width: 120px;
  height: 80px;
}

.newspic-item .newspic-item-info h3 {
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  overflow: hidden;
}

.newspic-item .newspic-item-desc {
  height: 48px;
  line-height: 24px;
  overflow: hidden;
  font-size: 14px;
  color: #777;
  text-align: justify;
}

.newspic-item .newspic-item-extra {
  margin-top: 10px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  color: #aaa;
}

.imglist {
  position: relative;
  overflow: hidden;
}

.imglist ul li {
  float: left;
  width: 48%;
  margin: 0 1% 15px;
  padding: 0;
  border: 1px solid #dddddd;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}

.imglist ul li img {
  width: 100%;
}

.imglist ul li p {
  overflow: hidden;
  width: 90%;
  padding: 0 5%;
  height: 40px;
  line-height: 40px;
}

.imglist ul li p a {
  color: #444;
}

/*page*/
.pagelist {
  position: relative;
  padding-left: 0;
  list-style: none;
  color: #999;
  text-align: left;
}

.pagelist li {
  display: inline-block;
}

.pagelist li a {
  position: relative;
  display: block;
  margin-bottom: 5px;
  margin-right: 5px;
  padding: .5em 1em;
  text-decoration: none;
  line-height: 1.2;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
}

.pagelist li span {
  position: relative;
  display: block;
  margin-bottom: 5px;
  margin-right: 5px;
  padding: .5em 1em;
  text-decoration: none;
  line-height: 1.2;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
}

.pagelist .am-active a {
  z-index: 2;
  color: #fff;
  background-color: #0e90d2;
  border-color: #0e90d2;
  cursor: default;
}

/*job*/
h2.jobintro {
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
  border-bottom: 1px solid #ddd;
}

/*onepage*/
.onepage h1.newstit {
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
  border-bottom: 1px dashed #d9d9d9;
}

/*home*/
.iabout .hd {
  border-bottom: 1px solid #e0e0e0;
  background: #fff;
  text-align: center;
}

.iabout .hd h3 {
  position: relative;
  font-size: 20px;
  top: 2px;
  display: inline-block;
  padding: 10px 15px;
  border-bottom: 3px solid #01544a;
}

.iabout .bd {
  padding: 30px 0;
  overflow: hidden;
}

.iabout .bd .iabouttext p {
  line-height: 2.5;
}

.iabout .bd .iaboutpic img {
  max-width: 100%;
}

.ipdt .hd {
  border-bottom: 1px solid #e0e0e0;
  background: #fff;
  text-align: center;
}

.ipdt .hd h3 {
  position: relative;
  font-size: 20px;
  top: 2px;
  display: inline-block;
  padding: 10px 15px;
  border-bottom: 3px solid #01544a;
}

.ipdt .bd {
  padding: 30px 0;
  overflow: hidden;
}

.ipdt .bd ul li {
  width: 48%;
  padding: 10px;
  float: left;
  margin: 0 1% 15px;
  display: inline;
  border: 1px solid #ddd;
}

.ipdt .bd ul li img {
  width: 100%;
}

.ipdt .bd ul li p {
  overflow: hidden;
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  padding: 0 10px;
}

.ipdt .bd ul li a {
  color: #333;
}

.contact-map img {
  width: 100%;
}

.quickbar {
  display: none;
  position: fixed;
  bottom: 200px;
  right: 20px;
  z-index: 999;
}

.quickbar ul, .quickbar li {
  list-style: none;
}

.quickbar ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.quickbar li {
  margin: 1px 0;
}

@media (max-width: 768px) {
  .bs-docs-nav .navbar-nav > li > a {
    background: #fff;
  }
  .footercopy {
    font-size: 12px;
  }
  .footercopy p {
    font-size: 12px;
  }
}

@media (min-width: 768px) {
  /*header*/
  .logo {
    float: left;
    width: 400px;
  }
  .logo img {
    width: 100%;
  }
  .header-contact {
    margin-top: 25px;
    float: right;
  }
  .navbar .container {
    background: #fff;
  }
  .navbar-right {
    float: left !important;
    margin-left: -15px;
  }
  .navbar-nav li a {
    display: block;
    color: #333;
    font-size: 12px;
    background: url(../images/navbar-nav-line1.png) top right no-repeat;
    padding-left: 0;
    padding-right: 0;
    width: 83px;
    text-align: center;
  }
  .navbar-nav li a:focus {
    background-color: #fff;
  }
  .navbar-nav li:last-child a {
    background-image: none;
  }
  .bs-docs-nav .navbar-nav > .active > a,
  .bs-docs-nav .navbar-nav > .active > a:hover {
    color: #01544a;
    background-color: #fff;
  }
  .iproject-list li:nth-child(3) {
    margin-bottom: 10px;
  }
  /*list*/
  .newslist ul li {
    padding: 34px 0;
  }
  .newslist ul li .left_84 {
    width: 84px;
  }
  .newslist ul li .left_84 .d_date {
    font-size: 24px;
  }
  .newslist ul li .z_text_3 {
    margin-left: 120px;
    margin-right: 20px;
  }
  .newslist ul li:hover .left_84 {
    margin-left: 20px;
  }
  .newspic-item {
    padding-left: 200px;
    min-height: 150px;
  }
  .newspic-item .newspic-item-thumb {
    width: 180px;
    height: 120px;
  }
  .newspic-item .newspic-item-thumb img {
    width: 180px;
    height: 120px;
  }
  .imglist ul li {
    width: 30%;
    margin: 0 1.5% 15px;
  }
  /*home*/
  .ipdt .bd ul li {
    width: 23%;
    padding: 10px;
    margin: 0 1%;
  }
  .inews .bd ul li {
    width: 46%;
    margin: 0 2% 15px;
  }
  /*footer*/
  footer .footercode {
    margin-top: 0;
  }
  .quickbar {
    display: block;
  }
}

@media (min-width: 992px) {
  /*header*/
  .logo {
    width: 580px;
    height: 100px;
  }
  .header .logo {
    margin-right: 0;
  }
  .header .container {
    padding-left: 0;
  }
  .navbar-nav li a {
    width: 107px;
    font-size: 14px;
  }
  .iproject-list li {
    width: 100%;
    margin: 0 0 10px;
  }
  .inews {
    margin-left: 0;
    margin-right: 0;
  }
  .inews ul.inews-list li span.date {
    display: block;
  }
  .abouttext {
    height: 312px;
  }
  /*container*/
  .cnav ul li {
    width: 100%;
    text-indent: 10px;
    font-size: 14px;
  }
  .cnav ul li a {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    height: 40px;
    line-height: 40px;
    background: #fff;
    color: #444;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #fff;
    border-left: 0;
    border-right: 0;
  }
  .cnav ul li a.current {
    background: rgba(0, 121, 106, 0.7);
    color: #fff;
    border: none;
  }
  .cpage {
    margin-right: -15px;
    margin-left: 0;
  }
}

@media (min-width: 1200px) {
  .header .slogan {
    display: block;
    float: left;
    margin-top: 25px;
  }
  /*header*/
  .navbar-nav li a {
    width: 130px;
  }
  /*container*/
  .cpage {
    margin-left: 10px;
  }
}
